home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 May / PersonalComputerWorld-May2008-CoverdiscCD.iso / Software / Full / Nero 7 / Installation / Cab / DD3AACFD.cab / incd1252685369A4.txt < prev    next >
Encoding:
Text File  |  2007-09-19  |  41.7 KB  |  1,633 lines

  1. kefpcdInvalidDllHandle        1002000
  2. The Dll handle is invalid or has been corrupted.
  3.  
  4. kefpcdInvalidDriveLetter        1002001
  5. The drive letter does not point to a supported device.
  6.  
  7. kefpcdDriveNotMounted        1002002
  8. This operation cannot be performed. There is either
  9. no rom in the drive or the media is not in UDF format.
  10.  
  11. kefpcdDriveMounted        1002003
  12. A disc is already mounted in this drive.
  13.  
  14. kefpcdLoadingFileSysForFinalize        1002004
  15. Loading the file system for finalize...
  16.  
  17. kefpcdIoctlSizeMismatch        1002005
  18. There is a size mismatch between the driver and the
  19. user program. Please re-install.
  20.  
  21. kefpcdIoctlInvalidDriveLetter        1002006
  22. No InCD handle for this drive letter exists.
  23.  
  24. kefpcdGetConfigInfo        1002007
  25. Error getting configuration information.
  26.  
  27. kefpcdEntriesQueuedForMigration        1002008
  28. This operation cannot be performed since data is
  29. waiting to be written to disc.  Please allow
  30. a minute or two for the data to be written.
  31.  
  32. kefpcdIoctlInvalidType        1002009
  33. The system received an invalid Ioctl type.
  34. There is probably a driver mismatch.
  35.  
  36. kefpcdUserAbort        1002010
  37. Operation was cancelled by user.
  38.  
  39. kefpcdNoStackAvailable        1002011
  40. Insufficient driver stack space was available.
  41.  
  42. kefpcdNoMoreNotifications        1002012
  43. No more notifications are currently pending.
  44.  
  45. kefpcdWarningAlreadyMounted        1002013
  46. Future mounts were successfully disabled, but a volume is currently mounted.
  47. It will remain active until it is ejected.
  48.  
  49. kefpcdWarningAlreadyEnabled        1002014
  50. The drive was already enabled for mounting.  It is still enabled.
  51.  
  52. kefpcdUseNativeReader        1002015
  53. A native UDF reader driver is present, and should be used instead of InCD.
  54.  
  55. kesmtpassErrUnsupported        1002016
  56. The function requested is not supported
  57.  
  58. kesmtpassErrBufLen        1002017
  59. The buffer length is incorrect
  60.  
  61. kesmtpassErrOutOfRange        1002018
  62.  
  63.  
  64. kesmtpassErrDevice        1002019
  65.  
  66.  
  67. kesmtpassErrInvalidDevice        1002020
  68. The driveletter does not specify a valid device.
  69.  
  70. kesmtpassErrAdapterNotFound        1002021
  71.  
  72.  
  73. kefpcdEjectPended        1002022
  74. The Eject operation cannot be done now because data is still being written 
  75. to the disc.  The Eject will be done as soon as writing is completed.
  76.  
  77. kesmtpassErrClaiming        1002023
  78. Device already claimed
  79.  
  80. keGenericError        1000
  81. Generic error text
  82.  
  83. keOutOfMemory        1001
  84. System ran out of Memory
  85.  
  86. keNotImplemented        1002
  87. Operation is not implemented
  88.  
  89. keWildcardError        1003
  90. Internal Wildcard error walking directory
  91.  
  92. keWildcardUnknown        1004
  93. Unknown error walking directory
  94.  
  95. keNoMoreEntries        1005
  96. Reached end of list, no more entries found
  97.  
  98. keInvalidParameter        1006
  99. Invalid paramter passed to function.
  100.  
  101. keBadStructSize        1007
  102. Structure size is incorrect probably from software version
  103. mismatch
  104.  
  105. keVersionMismatch        1008
  106. Version mismatch
  107.  
  108. keOutOfResources        1009
  109. System ran out of resources
  110.  
  111. keUserAbort        1010
  112. User aborted operation.
  113.  
  114. keBadHandle        1011
  115. Invalid Handle supplied for operation
  116.  
  117. keIoctlBadDriverHandle        1012
  118. Bad handle found for Ioctl call
  119.  
  120. keMaxIoctlParamData        1013
  121. The Ioctl call has paramater data that exceeds
  122. the allowed maximum.
  123.  
  124. keDeviceIoctlFailure        1014
  125. Ioctl failure sending command to driver.
  126.  
  127. keWaitTimeout        1015
  128. Timeout occurred on an object.
  129.  
  130. keWaitForEvent        1016
  131. Error waiting for event
  132.  
  133. keOutOfDiskSpace        1017
  134. The system is out of disk space
  135.  
  136. keBufferOverflow        1018
  137. Buffer overflow while transfering data.
  138.  
  139. keEnsureError        1019
  140. ** Ensure Error ** 
  141.  
  142. keBufferTooSmall        1020
  143. Buffer too small
  144.  
  145. keAccessDenied        1021
  146. Access is denied
  147.  
  148. keVirtualFunctionNotImplementedInDerivedClass        1022
  149. Internal error: virtual function not implemented in derived class.
  150.  
  151. keItemNotFound        1050
  152. No matches were found in the list.
  153.  
  154. keItemAlreadyPresent        1051
  155. Item already present in uniquely keyed list
  156.  
  157. keLruItemCantBeClosed        1052
  158. The LRU item must cannot be closed.
  159.  
  160. keLruNoItemsAvailable        1053
  161. None of the items in the LRU list can be closed for re-use.
  162.  
  163. keLruClearingOut        1054
  164. Attempt to use LRU while it is being destroyed.
  165.  
  166. keLockClaimed        1055
  167. Attempting to claim a lock that is already claimed.
  168.  
  169. keLockNotOwned        1056
  170. Attempting to release/change a lock that has not been claimed.
  171.  
  172. keLockExclusive        1057
  173. Lock is already locked for exclusive use.
  174.  
  175. keLockNonExclusive        1058
  176. Lock is already locked for non-exclusive use.
  177.  
  178. keCreateDir        1059
  179. Error creating directory
  180.  
  181. keFilesOpenForWrite        1060
  182. Operation failed, files are open for write
  183.  
  184. keErrMgrInvalidParameter        1100
  185. Internal error
  186.  
  187. keErrMgrNoMemory        1101
  188. Error manager was out of memory
  189.  
  190. keInvalidModuleId        1102
  191. Error Manager Module Id not valid
  192.  
  193. keDebugOn        1103
  194. Error Manager Debug is already on
  195.  
  196. keDebugOff        1104
  197. Error Manager Debugging is switched off
  198.  
  199. kePackMgrInvalidParameter        1105
  200. Error Manager Packing Internal error
  201.  
  202. keDevNameInvalid        1106
  203. Error file/device name is not valid
  204.  
  205. keErrMgrIpcInvalidFunc        1107
  206. Function not avaible on client side.
  207.  
  208. keErrMgrBufferTooSmall        1108
  209. Buffer passed to error manager is too small -- some data was not copied.
  210.  
  211. keOpeningFile        1200
  212. Error opening file      
  213.  
  214. keCreatingFile        1201
  215. Error creating file
  216.  
  217. keWritingFile        1202
  218. Error writing file
  219.  
  220. keReadingFile        1203
  221. Error reading file
  222.  
  223. kePositioningFile        1204
  224. Error setting file pointer
  225.  
  226. keRenamingFile        1205
  227. Error renaming file
  228.  
  229. keDeletingFile        1206
  230. Error deleting file
  231.  
  232. keFileDoesntExist        1207
  233. Error file does not exist
  234.  
  235. keGetCurrentWorkingDir        1208
  236. Unable to determine current working directory
  237.  
  238. keClosingFile        1209
  239. Error closing file
  240.  
  241. keDirDoesntExist        1210
  242. Error directory does not exist
  243.  
  244. keTruncatingFile        1211
  245. Error Truncating file
  246.  
  247. keSettingFileTimes        1212
  248. Error setting file times
  249.  
  250. keFlushingFile        1213
  251. Error Flushing file
  252.  
  253. keDeletingDirectory        1214
  254. Error encountered deleting directory
  255.  
  256. keBadFileAccessMode        1215
  257. This file has been opened in an access mode
  258. where this operation is not allowed
  259.  
  260. keDevErrVarRecFileNotCreate        1216
  261. Variable record file cannot be written when opened for read 
  262.  
  263. keDevErrVarRecFileCreate        1217
  264. Variable record file cannot be read when opened for write
  265.  
  266. keQueMgrErrInvalidParameter        1300
  267. Queue Manager Internal error
  268.  
  269. keQueMgrErrNoMemory        1301
  270. Queue Manager is out of memory
  271.  
  272. keQueMgrErrKeyNotFound        1302
  273. Queue Manager cannot find key entry in queue
  274.  
  275. keBuffErrInvalidBuffer        1400
  276. Unable to find buffer in used list. 
  277.  
  278. keNoAppropriateCallback        1450
  279. No appropriate callback specified
  280.  
  281. keUserBreak        1451
  282. Operation cancelled by user
  283.  
  284. keStartThread        1460
  285. Error creating thread.
  286.  
  287. keSuspendThread        1461
  288. Error suspending thread.
  289.  
  290. keResumeThread        1462
  291. Error resuming thread.
  292.  
  293. keTerminateThread        1463
  294. Error terminating thread.
  295.  
  296. keGetThreadPriority        1464
  297. Error getting thread priority.
  298.  
  299. keSetThreadPriority        1465
  300. Error setting thread priority.
  301.  
  302. keGetThreadExitCode        1466
  303. Error getting exit error for thread.
  304.  
  305. keInvalidThread        1467
  306. An invalid thread handle was supplied for this operation.
  307.  
  308. keLicenseAlreadyOpen        1500
  309. Error opening the license file.
  310.  
  311. keLicenseBadSerNo        1501
  312. User entred a non-compliant serial number.
  313.  
  314. keLicenseRegExpired        1502
  315. License has expired.
  316.  
  317. keLicenseBadLicFile        1503
  318. License file is corrupt or bad.
  319.  
  320. keLicenseLicReadError        1504
  321. License file is corrupt or bad.
  322.  
  323. keLicenseBadLicKey        1505
  324. License file is corrupt or bad.
  325.  
  326. keLicenseBadSerNoVer        1506
  327. License file is corrupt or bad.
  328.  
  329. keLicenseBadHexStr        1507
  330. License file is corrupt or bad.
  331.  
  332. keLicenseTooMuchData        1508
  333. License file is corrupt or bad.
  334.  
  335. keLicenseBadProduct        1509
  336. License file is corrupt or bad.
  337.  
  338. keLicenseBadOem        1510
  339. Invalid OEM.
  340.  
  341. keLicenseBadDays        1511
  342. Invalid number of days.
  343.  
  344. keLicenseBadSlotLimit        1512
  345. Invalid number of slots.
  346.  
  347. keLicenseNoPromptFn        1513
  348. Invalid callback function
  349.  
  350. keLicenseClockHacker        1514
  351. License file is corrupt or bad.
  352.  
  353. keLicenseFailure        1515
  354. License failure
  355.  
  356. keCreatingService        1550
  357. Error creating a service.
  358.  
  359. keOpeningService        1551
  360. Error opening a service.
  361.  
  362. keDeletingService        1552
  363. Error deleting a service.
  364.  
  365. keStartingService        1553
  366. Error starting a service.
  367.  
  368. keSendingIoctlService        1554
  369. Error accessing a service.
  370.  
  371. keOpeningServiceManager        1555
  372. Error opening a service manager.
  373.  
  374. keStartServiceDoesNotExist        1556
  375. You should atleast have a Start Service Dispatch routine.
  376.  
  377. keStartServiceDisp        1557
  378. Start service dispatch routine failed.
  379.  
  380. keServiceNoMem        1558
  381. The service manager could not allocate memory.
  382.  
  383. keProductNotInstalled        1600
  384. The product is not installed.
  385.  
  386. keNoProductIniFile        1601
  387. The product ini file was not found in the installation directory.
  388.  
  389. keBadProductIniFile        1602
  390. The product ini file is corrupted.
  391.  
  392. keNoInstallationDirectory        1603
  393. The installation directory does not exist.
  394.  
  395. keNoDeinstallKey        1604
  396. Deinstallation information does not exist in the registry
  397.  
  398. keDeletingTreeNode        1605
  399. Error deleting the tree associated with a key
  400.  
  401. keBadRegistryKeyHandle        1606
  402. Bad registry handle used to access registry
  403.  
  404. keCreatingRegistryKey        1607
  405. Error creating registry key
  406.  
  407. keOpeningRegistryKey        1608
  408. Error opening registry key
  409.  
  410. keKeyTooLong        1609
  411. Registry value exceeds allowed length
  412.  
  413. keSettingRegistryValue        1610
  414. Error setting registry value
  415.  
  416. keGettingRegistryValue        1611
  417. Error retrieving registry value
  418.  
  419. keBadKeyType        1612
  420. Registry value is of unexpected type
  421.  
  422. keDeletingRegistryKey        1613
  423. Error deleting registry key
  424.  
  425. keDeletingRegistryValue        1614
  426. Error deleting registry value
  427.  
  428. keRegistryValueChangedSize        1615
  429. Registry value is of unexpected length
  430.  
  431. keFindNextRegistryKey        1616
  432. No more registry keys at this location
  433.  
  434. keFindNextRegistryValue        1617
  435. No more registry values at this location
  436.  
  437. keCreateEvent        1625
  438. Error creating event
  439.  
  440. keCreateUniqueEvent        1626
  441. Error creating unique event
  442.  
  443. keClearEvent        1627
  444. Error clearing event
  445.  
  446. keSetEvent        1628
  447. Error setting event
  448.  
  449. keThreadMgrTimeOut        1650
  450. Thread manager timed out while waiting for a thread
  451.  
  452. keThrdMgrThreadJobComplete        1651
  453. Thread manager attempted to perform an operation on 
  454. a thread job that had been completed.
  455.  
  456. keThrdMgrFailedToSuspendThread        1652
  457. Thread manager was unable to suspend a thread.
  458.  
  459. keThrdMgrFailedToResumeThread        1653
  460. Thread manager was unable to resume a thread.
  461.  
  462. keThrdMgrFailedToGetThreadPriority        1654
  463. Thread manager was unable to get a threads priority.
  464.  
  465. keThrdMgrFailedToSetThreadPriority        1655
  466. Thread manager was unable to set a threads priority.
  467.  
  468. keThrdMgrThreadJobRunning        1656
  469. The thread job is still running.
  470.  
  471. keThrdMgrInvalidThreadJob        1657
  472. The thread job handle is invalid.
  473.  
  474. keParseIniFileDoesNotExist        1675
  475. Cannot perform operation because the ini file does not exist.
  476.  
  477. keParseIniValueNameNotFound        1676
  478. The value name does not exist in the ini file.
  479.  
  480. keParseIniBadValue        1677
  481. The value supplied for this ini value field is not valid
  482.  
  483. keParseIniNoGroupName        1678
  484. The group name requested does not exist
  485.  
  486. keParseIniDuplicateGroupName        1679
  487. Duplicate group names are not allowed in an ini file
  488.  
  489. keParseIniFileLineTooLong        1680
  490. Line too long (file may be binary)
  491.  
  492. keIpcErrClassNotRegAtServer        1681
  493. IPC connect to class not registered at server.
  494.  
  495. keIpcErrDupClass        1682
  496. Attempt to register class - already registered at this IPC server.
  497.  
  498. keIpcErrAddToLinkedList        1683
  499. Failure adding class to IPC registration list.
  500.  
  501. keIpcErrServerUp        1684
  502. Attempt to start IPC server which is already up.
  503.  
  504. keIpcErrStartingServerThread        1685
  505. Failed to start IPC server main thread.
  506.  
  507. keIpcErrServerNotUp        1686
  508. Attempt to stop IPC server which is not up.
  509.  
  510. keIpcErrClassNotReg        1687
  511. Attempt to deregister unregistered class from IPC server.
  512.  
  513. keIpcErrRemoveFmLinkedList        1688
  514. Failure removing class from IPC registration list.
  515.  
  516. keIpcErrServerOpenFailed        1689
  517. Failed to initialize IPC transport layer.
  518.  
  519. keIpcErrServerCloseFailed        1690
  520. Failed to shut down IPC transport layer.
  521.  
  522. keIpcErrWaitRequestFailed        1691
  523. Failure while waiting for IPC request.
  524.  
  525. keIpcErrFreeReqFailed        1692
  526. IPC transport failed to release channel.  System may hang...
  527.  
  528. keIpcErrPreSendFailed        1693
  529. IPC transport failed to claim channel.
  530.  
  531. keIpcErrSendPktFailed        1694
  532. IPC transport failed to send result packet.
  533.  
  534. keIpcErrBufferMismatch        1695
  535. IPC connect specifies max client request size greater than server buffer.
  536.  
  537. keIpcErrBreakOutOfServer        1696
  538. IPC transport failed to break out of server get request loop.
  539.  
  540. keIpcErrServerGone        1697
  541. The IPC server has stopped unexpectedly.
  542.  
  543. keIpcErrServerBusy        1698
  544. The IPC server is temporarily unable to service the request.
  545.  
  546. keIpcServerCallback        1699
  547. NOT AN ERROR - packet returned as callback.
  548.  
  549. keIpcsrvErrBadArgCount        1700
  550. The handler for IPC function has been passed the wrong argument count - Incomplete upgrade?
  551.  
  552. keIpcsrvErrBadFunction        1701
  553. The IPC server has been called for unrecognized function - Incomplete upgrade?
  554.  
  555. keIpcErrFailed        1702
  556. IPC failure.
  557.  
  558. keIpcMmfErrOpenLock        1703
  559. Failed to locate IPC server.  Server is probably not running.
  560.  
  561. keIpcMmfErrOpenSemTx        1704
  562. IPC MMF Transport failed to open SemTx.
  563.  
  564. keIpcMmfErrOpenSemRx        1705
  565. IPC MMF Transport failed to open SemRx.
  566.  
  567. keIpcMmfErrOpenSemTxDone        1706
  568. IPC MMF Transport failed to open SemTxDone.
  569.  
  570. keIpcMmfErrOpenSemRxDone        1707
  571. IPC MMF Transport failed to open SemRxDone.
  572.  
  573. keIpcMmfErrOpenMemFile        1708
  574. IPC MMF Transport failed to open MemFile.
  575.  
  576. keIpcMmfErrOpenFileMap        1709
  577. IPC MMF Transport failed to open view of mapped file.
  578.  
  579. keIpcMmfErrCreateSemRx        1710
  580. IPC MMF Transport failed to create SemRx.
  581.  
  582. keIpcMmfErrDupSemaphore        1711
  583. IPC MMF Transport failed to duplicate semaphore.
  584.  
  585. keIpcMmfErrCloseSemRxDone        1712
  586. IPC MMF Transport failed to close SemRxDone.
  587.  
  588. keIpcMmfErrCloseSemRx        1713
  589. IPC MMF Transport failed to close SemRx.
  590.  
  591. keIpcMmfErrCloseSemTxDone        1714
  592. IPC MMF Transport failed to close TxDone semaphore.
  593.  
  594. keIpcMmfErrCloseSemTx        1715
  595. IPC MMF Transport failed to close Tx semaphore.
  596.  
  597. keIpcMmfErrCloseLock        1716
  598. IPC MMF Transport failed to close lock mutex.
  599.  
  600. keIpcMmfErrCloseFileMap        1717
  601. IPC MMF Transport failed to close file mapping.
  602.  
  603. keIpcMmfErrCloseMemFile        1718
  604. IPC MMF Transport failed to close memory mapped file.
  605.  
  606. keIpcMmfErrReleaseSemRx        1719
  607. IPC MMF Transport failed to release Rx semaphore.
  608.  
  609. keIpcMmfErrReleaseSemTx        1720
  610. IPC MMF Transport failed to release Tx semaphore.
  611.  
  612. keIpcMmfErrWaitSemTxDone        1721
  613. IPC MMF Transport failed wait for TxDone semaphore.
  614.  
  615. keIpcMmfErrWaitSemRxDone        1722
  616. IPC MMF Transport failed wait for RxDone semaphore.
  617.  
  618. keIpcMmfErrReleaseLock        1723
  619. IPC MMF Transport failed to release lock mutex.
  620.  
  621. keIpcMmfErrWaitSemRx        1724
  622. IPC MMF Transport failed wait for Rx semaphore.
  623.  
  624. keIpcMmfErrClaimLock        1725
  625. IPC MMF Transport failed to claim lock mutex.
  626.  
  627. keIpcMmfErrReleaseSemRxDone        1726
  628. IPC MMF Transport failed to release RxDone semaphore.
  629.  
  630. keIpcMmfErrCreateFileMapping        1727
  631. IPC MMF Transport failed to create memory mapped file.
  632.  
  633. keIpcMmfErrServerExists        1728
  634. IPC MMF Transport memory mapped file exists - server name not unique.
  635.  
  636. keIpcMmfErrCreateSemTx        1729
  637. IPC MMF Transport failed to create Tx semaphore.
  638.  
  639. keIpcMmfErrCreateSemTxDone        1730
  640. IPC MMF Transport failed to create TxDone semaphore.
  641.  
  642. keIpcMmfErrCreateSemRxDone        1731
  643. IPC MMF Transport failed to create RxDone semaphore.
  644.  
  645. keIpcMmfErrCreateLock        1732
  646. IPC MMF Transport failed to create lock mutex.
  647.  
  648. keIpcMmfErrWaitSemTx        1733
  649. IPC MMF Transport failed wait for Tx semaphore.
  650.  
  651. keIpcMmfErrReleaseSemTxDone        1734
  652. IPC MMF Transport failed to release TxDone semaphore.
  653.  
  654. keIpcInitSecurityDescriptor        1735
  655. Error initializing the Security Descriptor.
  656.  
  657. keErrCreateSemaphore        1736
  658. Could not create semaphore.
  659.  
  660. keErrWaitSemaphore        1737
  661. Error waiting for semaphore.
  662.  
  663. keSemaphoreNotAvailable        1738
  664. Wait for semaphore timed out, or semaphore closed.
  665.  
  666. keErrReleaseSemaphore        1739
  667. Error releasing semaphore.
  668.  
  669. keFailureFindFirstWalkOsFs        1740
  670. FindFirst WalkOsFs error.
  671.  
  672. keFailureFindNextWalkOsFs        1741
  673. FindNext WalkOsFs error.
  674.  
  675. keTxtMgrNoMessageFound        1800
  676. MessageId not found in message file.
  677.  
  678. keDbgMsg        1801
  679.  
  680.  
  681. keAsyncProcErrFailedToStartup        1802
  682. The asynchronous processor class failed to start
  683. the main processor thread.
  684.  
  685. keAsyncProcErrCannotKill        1803
  686. The asynchronous process could not be killed because
  687. it has already started running, or has already completed.
  688.  
  689. kerrObjectsAlreadyInitialized        1804
  690. The objects library has already been initialized.
  691.  
  692. kerrObjectsNotInitializedCorrectly        1805
  693. The objects library has not been initialized, or
  694. has been initalized incorrectly.
  695.  
  696. kerrObjAlreadyRegistered        1806
  697. This object type has already been registered.
  698.  
  699. kerrObjNotRegistered        1807
  700. An object of this type has not been registered.
  701.  
  702. kerrObjNoInterface        1808
  703. The object does not support this GUID.
  704.  
  705. kerrObjTxpRecordSizeMismatch        1809
  706. Object size mismatch between server and client.
  707.  
  708. kerrInvalidObject        1810
  709. A failure occurred while constructing an object
  710.  
  711. kerrObjClientAlreadyInitialized        1811
  712. The object client has already been initialized.
  713.  
  714. kerrObjClientNotInitialized        1812
  715. The object client has not been initialized.
  716.  
  717. kerrObjectTypeMismatch        1813
  718. Expected an object of a different type with this guid.
  719.  
  720. kerrObjectAlreadyExists        1814
  721. Attempt to create an object which already exists.
  722.  
  723. keDriverNotInstalled        2000
  724. Driver has not been installed.
  725.  
  726. keGenSCSIError        2001
  727. SCSI error: 
  728.  
  729. keNoMatchGettingScsiIdFmFs        2002
  730. No scsi id is associated with this File system mount point
  731.  
  732. keNoMatchFsFmScsiId        2003
  733. No file system mount point found for device at address
  734.  
  735. keIncorrectBlkSize        2004
  736. The block size for this device is not an 
  737. a multiple of 512 bytes.
  738.  
  739. keMediaWriteProtected        2005
  740. The media in the device is write protected.
  741.  
  742. keOpeningScsiDevice        2100
  743. Error opening scsi device
  744.  
  745. keScsiDeviceNotFound        2101
  746. Scsi device not found
  747.  
  748. keBadCdbLen        2102
  749. Bad parameter in CDB
  750.  
  751. kePassThruIoctlFailure        2103
  752. Invlalid IOCTL
  753.  
  754. keScsiCommandFailure        2104
  755. Generic scsi command failure
  756.  
  757. keNoWinAspiDLL        2105
  758. The Windows Aspi DLL WnAspi32.DLL was not
  759. loaded. Ensure that this DLL is on your path.
  760.  
  761. keDeviceRemovalPending        2106
  762. The drive is about to be logically disconnected
  763.  
  764. keHostErrorOnInquiry        2107
  765. Error on inquiry sent to host.
  766.  
  767. keNoUnitAtDevAddr        2108
  768. No device found at device address
  769.  
  770. keInquireCmd        2500
  771. Failure issuing inquiry command to host
  772.  
  773. keDeviceNotReady        2501
  774. Device is not ready
  775.  
  776. keDeviceNotReadyWithInfo        2502
  777. SCSI device error 
  778.  
  779. keRead10        2503
  780. Error issuing Read10 command
  781.  
  782. keWrite10        2504
  783. Error issuing Write10 command.
  784.  
  785. keWriteAndVerify        2505
  786. Error issuing WriteAndVerify command.
  787.  
  788. keRomCreateRom        2506
  789. Failure creating CD-ROM class
  790.  
  791. keIncorrectModelAtAddr        2507
  792. The device model found at this address is different
  793. from the device model opened earlier.
  794.  
  795. keNotAnInCDDrive        2508
  796. The drive at given device address is not an MMC drive nor a ProData device.
  797. InCD supports only MMC devices with the exception of ProData device.
  798.  
  799. keIllegalMMCDrive        2509
  800. The drive at given device address pretend to be an MMC drive.
  801. Although, it does not conform to MMC commands.
  802.  
  803. keUnknownRomBlkMode        2510
  804. General Failure - unknown cd-rom block mode.
  805.  
  806. keReadTOC        2511
  807. Failure reading Table of contents.
  808.  
  809. keNoSuchTrackNo        2512
  810. Invalid track number
  811.  
  812. keNoSuchSessionNo        2513
  813. Requested session not found
  814.  
  815. keSessNotFound        2514
  816. Requested session not found
  817.  
  818. keCDInfo        2515
  819. Internal media/drive information error.
  820.  
  821. keCDNotAppendable        2516
  822. Can not append to this media.
  823.  
  824. keMediaTypeFailure        2517
  825. Cannot identify media type in this drive.
  826.  
  827. keNoSessionsInCdInfo        2518
  828. Internal error: no sessions in asession
  829.  
  830. keNoSessionRecorded        2519
  831. No session has been created on the disc
  832.  
  833. keNoUnfinishedTrackAvailable        2520
  834. Write-once disc is in a reader, or last session is closed and further sessions not allowed, or drive failed to Read Disc Inform
  835. tion.
  836.  
  837. keMediaTypeUnimplementedForVat        2521
  838. Current media is not yet supported by the UDF VAT filesystem.
  839.  
  840. keUnsupportedDataModeInPreviousTrack        2522
  841. A previous data track contains an unsupported data mode.  Cannot format this disc for updates using VAT.
  842.  
  843. keInsufficentFreeSpaceForNewSession        2523
  844. Disc does not have enough free space to start and complete an additional session.
  845.  
  846. keReadBlk        2524
  847. Error reading blocks on CD-ROM or CD-R drive.
  848.  
  849. keWriteBlk        2525
  850. Error writing blocks on CD-ROM or CD-R drive.
  851.  
  852. kePosBlk        2526
  853. Error positioning to block on CD-ROM or CD-R drive.
  854.  
  855. keReadTurboToc        2527
  856. Error Reading Turbo TOC information from drive
  857.  
  858. keLoadTurboToc        2528
  859. Error Writing Turbo TOC information to drive
  860.  
  861. keDriveUnoccupied        2529
  862. No Media present in the Drive
  863.  
  864. keCDevCDTypeNotSupported        2530
  865. This type of CD-ROM is not supported as
  866. a stream device
  867.  
  868. keCDevEndOfRomNotReadable        2531
  869. There are no readable data sectors within
  870. 150 sectors of the end of the rom.The system
  871. cannot determine the size of the rom.
  872.  
  873. keCDevNotAlignedToBlkBoundary        2532
  874. The device request was not aligned at a block boundary.
  875.  
  876. keGetBarCode        2533
  877. Failure getting barcode data.
  878.  
  879. keIllegalBarCodeSize        2534
  880. Illegal barcode size - must be 12 or 16 characters.
  881.  
  882. keSetCdSpeed        2535
  883. Failure setting CD speed (read and/or write) of drive
  884.  
  885. keSetStreaming        2536
  886. Failure setting or resetting streaming of drive
  887.  
  888. keGetCurrentWritingSpeed        2537
  889. Failure getting current write speed of drive
  890.  
  891. keFlushCmd        2538
  892. Failure issuing flush command
  893.  
  894. keCloseTrack        2539
  895. Failure closing track.
  896.  
  897. keGetDiscAppCode        2540
  898. Failure gettting disc application code.
  899.  
  900. keGetSessionInfo        2541
  901. Failure getting session information.
  902.  
  903. keGetTrackInfo        2542
  904. Failure getting track information.
  905.  
  906. keSetBlkMode        2543
  907. Failure setting block mode on drive.
  908.  
  909. keCancelSpinDown        2544
  910. Error cancelling drive spindown.
  911. This may result in a buffer underflow for
  912. disc at once audio CD-ROMs.
  913.  
  914. keReadPMA        2545
  915. Failure reading PMA area.
  916.  
  917. keEndTrack        2546
  918. Failure ending track.
  919.  
  920. keBufferUnderrun        2547
  921. Buffer underrun - writing ended prematurely due to inadequate speed of the write stream.
  922.  
  923. keGetNextWritePosn        2548
  924. Failure getting next writable address.
  925.  
  926. keNotRWDisc        2980
  927. The disc is not a rewriteable disc.
  928.  
  929. keFormatUnitFailure        2981
  930. Error executing Format Unit operation.
  931.  
  932. keSetWriteParameters        2982
  933. Error setting Write Parameters code page.
  934.  
  935. keKeepPolling        2983
  936. Async operation still in progress. Keep polling.
  937.  
  938. keBufModeTooSmall        2984
  939. Device requires unusually large buffer for Mode Sense operation.
  940.  
  941. keGetAtip        2985
  942. Error getting ATIP information for disc.
  943.  
  944. keGetMechanismStatus        2986
  945. Error getting Mechanism Status from device.
  946.  
  947. keDriveIsReader        2987
  948. The drive is a reader only and cannot do write operations.
  949.  
  950. keGetConfiguration        2988
  951. Error getting mmc configuration from device.
  952.  
  953. keFeatureNotSupported        2989
  954. The drive does not support the requested feature.
  955.  
  956. keSetWriteCache        2990
  957. Failure setting write cache.
  958.  
  959. keEraseCmd        2991
  960. Failure issuing Erase Command.
  961.  
  962. keNoMedia        2992
  963. There is currently no Media inserted.
  964.  
  965. keSetRecoveryParameters        2993
  966. The device rejected read/write recovery parameters.
  967.  
  968. keDevUnsupportedCmd        2994
  969. This command is not supported by the current device.
  970.  
  971. keReadDvdStructure        2995
  972. The ReadDvdStructure command failed.
  973.  
  974. keSendDvdStructure        2996
  975. The SendDvdStructure (BFh) command failed.
  976.  
  977. keDvdRamIsWriteProtected        2997
  978. The DVD-RAM is write-protected.
  979.  
  980. keClaimRomFailed        2998
  981. DriveLocker::ClaimRom failed.
  982.  
  983. keAutoResetParamsFailed        2999
  984. The auto reset of write/recovery parameters failed after resume from hibernate/standby
  985.  
  986. keReserveTrack        3000
  987. Error executing Reserve Track operation.
  988.  
  989. keInconsistentBlankInfo        3001
  990. Disc appears blank, but first track nonblank. Cannot use this media on this drive.
  991.  
  992. keDeviceNotExist        3002
  993. Device does not exist.
  994.  
  995. keSendKey        3003
  996. The SEND KEY (A3h) command failed.
  997.  
  998. keReportKey        3004
  999. The REPORT KEY (A4h) command failed.
  1000.  
  1001. keReadTocSizeTooLarge        3005
  1002. Read TOC would require buffer exceeding 64KB
  1003.  
  1004. keBUSInvalidMedia        3006
  1005. Media does not contain main BUS structures.It's not a BUS media.
  1006.  
  1007. keBUSInvalidBTAS        3007
  1008. BUS technology anchor structure is invalid.
  1009.  
  1010. keBUSInvalidDSI        3008
  1011. Disc Security Information structure is invalid.
  1012.  
  1013. keBUSInvalidFFIT        3009
  1014. File Fragment Information Table is invalid.
  1015.  
  1016. keBUSNoCheckSum        3010
  1017. CheckSum for file fragment is absent.
  1018.  
  1019. keBUSHashAES        3011
  1020. Can not receive AES hash value.
  1021.  
  1022. keBUSHashSHA1        3012
  1023. Can not receive SHA1 hash value.
  1024.  
  1025. keBUSNoDigitalSignature        3013
  1026. BUS media has not digital signature.
  1027.  
  1028. keBUSInvalidPublicKey        3014
  1029. User Public Key is wrong.
  1030.  
  1031. keBUSInvalidDigitalSignature        3015
  1032. Media has wrong digital signature.
  1033.  
  1034. keBUSBlocksDecryption        3016
  1035. Can not decrypt data blocks.
  1036.  
  1037. keBUSContentAccessKey        3017
  1038. Can not receiving Content Access Key.
  1039.  
  1040. keBUSEncryption        3018
  1041. Can not encrypt/decrypt data.
  1042.  
  1043. keBUSInvalidPassPhrase        3019
  1044. User Pass Phrase is wrong.
  1045.  
  1046. keBUSStartedDSVerification        3020
  1047. BUS Digital Signature verification process was started already.
  1048.  
  1049. keBUSInvalidCheckSum        3021
  1050. CheckSum checking for file did not pass.
  1051.  
  1052. keBUSDRMAPINotLoaded        3022
  1053. BUS DRM API dll not correctly loaded.
  1054.  
  1055. keincdDriveLockerDllFailsToLoad        1244685
  1056. The loading of Drive Locker DLL fails.
  1057.  
  1058. keincdDriveLockerDllInitializationFails        1244686
  1059. The loaded Drive Locker DLL fails to initialize.
  1060.  
  1061. kefsInvalidMedia        22000
  1062. The media in the device is invalid, unrecognized,
  1063. or has been removed.
  1064.  
  1065. kefsEntryNotFound        22001
  1066. The file system directory entry was not found. 
  1067.  
  1068. kefsStreamNotFound        22002
  1069. The file system stream entry was not found. 
  1070.  
  1071. kefsInvalidEntry        22003
  1072. The requested entry no longer exists, or cannot be resolved.
  1073.  
  1074. kefsEntryExists        22004
  1075. The requested file system entry cannot be created - one
  1076. with the same name already exists.
  1077.  
  1078. kefsAccessDenied        22005
  1079. An attempt is being made to create or modify a
  1080. file system entry that cannot be modified.
  1081.  
  1082. kefsInvalidHandle        22006
  1083. A file or directory search handle is corrupt or invalid.
  1084.  
  1085. kefsAlreadyMounted        22007
  1086. An attempt is being made to mount the file system when it is
  1087. already mounted
  1088.  
  1089. kefsNotMounted        22008
  1090. An attempt is being made to access or dismount the file system
  1091. when it is not mounted.
  1092.  
  1093. kefsNoMatchFn        22009
  1094. No filename match function is defined for namespace.
  1095.  
  1096. kefsNoMoreEntries        22010
  1097. A findfirst/findnext search has reached
  1098. the end of the subdirectory. 
  1099.  
  1100. kefsInvalidCookie        22011
  1101. An invalidated cookie was encounterred while walking a path.
  1102.  
  1103. kefsFilesStillOpen        22012
  1104. The file system is being dismounted when user files are still open.
  1105.  
  1106. kefsWarnCloseWhileAccess        22013
  1107. A close issued on file while data access is in progress has been deferred.
  1108.  
  1109. kefsBadLinkAttr        22014
  1110. Invalid link attributes supplied to CreateLink.
  1111.  
  1112. kefsBadExtAttrLen        22015
  1113. The extended attributes buffer is insufficient for the length
  1114. to be transferred.
  1115.  
  1116. kefsSetExtAttrFailure        22016
  1117. Could not set extended attributes.
  1118.  
  1119. kefsStreamNotPresent        22017
  1120. A request to access file specified non-existent stream.
  1121.  
  1122. kefsIndexOutOfRange        22018
  1123. The index into the directory is out of range.
  1124.  
  1125. kefsUnsupportedFunction        22019
  1126. The file system does not support the requested function.
  1127.  
  1128. kefsDirectoryCorrupted        22020
  1129. The directory structure has been corrupted.
  1130.  
  1131. kefsSubFsMountFailed        22021
  1132. Could not mount subfile system for volume.
  1133.  
  1134. kefsSubFsDismountFailed        22022
  1135. Could not dismount subfile system for volume.
  1136.  
  1137. kefsNotSafeToDismount        22023
  1138. Operations are under way in the file system that make it
  1139. unsafe to dismount the file system.
  1140.  
  1141. kefsBadPath        22024
  1142. Could not find or create directory.
  1143.  
  1144. kefsErrRemoveListItem        22025
  1145. Could not remove linked list item.
  1146.  
  1147. kefsErrorAddListItem        22026
  1148. Could not add item to linked list.
  1149.  
  1150. kefsEof        22027
  1151. Hit end-of-file.
  1152.  
  1153. kefsHandleAlreadyCleanedUp        22028
  1154. Received a CloseFile specifying CleanUp when handle already cleaned up.
  1155.  
  1156. kefsExtLinkToSubdir        22029
  1157. External link found to subdirectory.  Not supported.
  1158.  
  1159. kefsExtLinkForCreate        22030
  1160. Attempt to create file through external link.  Not supported.
  1161.  
  1162. kefsOpenExtLink        22031
  1163. Failed to open external link target.
  1164.  
  1165. kefsLinkToLink        22032
  1166. Attempt to establish external link to link - not supported.
  1167.  
  1168. kefsPosExtLink        22033
  1169. Failed to seek in external link target file.
  1170.  
  1171. kefsReadExtLink        22034
  1172. Failed to read from external link target file.
  1173.  
  1174. kefsWriteExtLink        22035
  1175. Attempt to write to external link target file.  Not supported.
  1176.  
  1177. kefsEntryNotLink        22036
  1178. Request for link path against entry that is not a link.
  1179.  
  1180. kefsEntryLinkMissing        22037
  1181. Link path not present in entry with link attribute.
  1182.  
  1183. kefsLinkBufferTooSmall        22038
  1184. Buffer passed to ReadLink is not big enough.
  1185.  
  1186. kefsExtLinkStreamType        22039
  1187. Stream types other than Data not supported for external links.
  1188.  
  1189. kefsExtHardLinkNotSupported        22040
  1190. Hard links to external file system objects are not supported.
  1191.  
  1192. kefsCircularLinkChain        22041
  1193. Too many levels of link - may be circular.
  1194.  
  1195. kefsHandleCleanUpFailed        22042
  1196. Handle cleanup failed.
  1197.  
  1198. kefsDirNotEmpty        22043
  1199. Attempt to delete directory which is not empty.
  1200.  
  1201. kefsErrFlush        22044
  1202. Failure flushing stream.
  1203.  
  1204. kefsNotEnoughSpace        22045
  1205. Unable to perform the write, the file system is full.
  1206.  
  1207. kefsNoMedia        22046
  1208. No media in the device.
  1209.  
  1210. kefsNoTunnellingInfo        22047
  1211. There is no tunnelling information available for this file.
  1212.  
  1213. kefsInvalidName        22048
  1214. The file/directory name contains illegal characters.
  1215.  
  1216. kefsDeletePending        22049
  1217. The file/directory has been marked for deletion.
  1218.  
  1219. kefsObjectNameCollision        22050
  1220. Object Name already exists.
  1221.  
  1222. kefsNameTooLong        22051
  1223. File name is too large.
  1224.  
  1225. kefsNotModifyAttrib        22052
  1226. File attributes was not modified because it does not need.
  1227.  
  1228. kefsRefusingToMount        22053
  1229. When we could mount but don't want do it.
  1230.  
  1231. kefsPbReadingLgcImageForAutoFormat        22054
  1232. LGC.BIN could not be read for auto-format
  1233.  
  1234. kefsPbReadingDmaImageForAutoFormat        22055
  1235. DMA.BIN could not be read for auto-format
  1236.  
  1237. kefsPbReadingGaaImageForAutoFormat        22056
  1238. GAA.BIN could not be read for auto-format
  1239.  
  1240. kefsCanNotDelete        22057
  1241. An attempt has been made to remove a file or directory that cannot be deleted.
  1242.  
  1243. kefsFileEncrypted        22058
  1244. User did not set password for encrypted file.
  1245.  
  1246. keFsioctlErrOpenDriver        23950
  1247. Could not open driver.
  1248.  
  1249. keFsioctlErrSendIoctl        23951
  1250. IOCTL call to driver failed.
  1251.  
  1252. keFsioctlErrTimeout        23952
  1253. Ioctl call to driver timed out.
  1254.  
  1255. keFsioctlRestartingUserFS        23953
  1256. Kernel FS thinks UserFS is already running; presumably restarting.
  1257.  
  1258. keFsioctlUserFSDownInGetFsRequest        23954
  1259. Kernel FS thinks UserFS is down while UserFS is asking for a message (normal during shutdown).
  1260.  
  1261. keFsisoErrReadFailed        22300
  1262. ISO read failed.
  1263.  
  1264. keFsisoErrDeviceCreateFailed        22301
  1265. Could not open jukebox.
  1266.  
  1267. keISOTManyExtents        22302
  1268. ISO file has too many extents.
  1269.  
  1270. keISOInvalidDirEntry        22303
  1271. Invalid directory encounted while walking rom.
  1272.  
  1273. keUdfInvalidTagIdent        22400
  1274. A UDF structure did not contain the expected tag identifier.
  1275. The file system may contain some corruption.
  1276.  
  1277. keUdfInvalidCrc        22401
  1278. The UDF structure did not contain the correct CRC value. It may be corrupt.
  1279.  
  1280. keUdfCrcTooBig        22402
  1281. The UDF structure contained an invalid CRC length. It may be corrupt.
  1282.  
  1283. keUdfInvalidCheckSum        22403
  1284. The UDF structure did not contain the correct check sum value. It may be corrupt.
  1285.  
  1286. keUdfInvalidLocationField        22404
  1287. The UDF structure did not contain the correct location field. It may be corrupt.
  1288.  
  1289. keUdfInvalidVolumeDescSeq        22405
  1290. The volume descriptor sequence was invalid. A necessary descriptor was missing.
  1291.  
  1292. keUdfInvalidCS0Type        22406
  1293. A character string is not stored in proper CS0 format.
  1294. The file system may contain some corruption.
  1295.  
  1296. keUdfErrorReadingFID        22407
  1297. An error happened while reading the File Identifier Descripter.
  1298. The file system may contain some corruption.
  1299.  
  1300. keUdfEntryDeleted        22408
  1301. An attempt was made to get entry information about a deleted entry.
  1302.  
  1303. keUdfInvalidPrivateDataHandle        22409
  1304. The private data handle is invalid.
  1305.  
  1306. keUdfInvalidFileType        22410
  1307. This implementation of UDF does not support this file type.
  1308.  
  1309. keUdfInvalidInterChangeLevel        22411
  1310. The Interchange Level specified in the descriptor is invalid.
  1311.  
  1312. keUdfInvalidCharacterSetList        22412
  1313. The character set list specified in the descriptor is invalid.
  1314.  
  1315. keUdfInvalidEntityIdentifier        22413
  1316. The entity identifier in the descriptor is invalid.
  1317.  
  1318. keUdfInvalidPartitionId        22414
  1319. The partition id is invalid.
  1320.  
  1321. keUdfInvalidPartitionBaseAddress        22415
  1322. The base sector address for the partition is invalid.
  1323.  
  1324. keUdfReadingPastEndOfPartition        22416
  1325. Attempting to read past the end of the partition.
  1326.  
  1327. keUdfNoPoolHandle        22417
  1328. Attempting to allocate or free keyed memory without a pool handle.
  1329.  
  1330. keUdfInvalidTagFID        22418
  1331. A UDF FID did not contain the expected tag identifier.  It may be corrupt.
  1332.  
  1333. keUdfInvalidCbFID        22419
  1334. A UDF FID contained an excessive length.  It may be corrupt.
  1335.  
  1336. keUdfInvalidSerialDescTag        22420
  1337. A UDF descriptor tag contained an invalid Serial number. 
  1338.  
  1339. keUdfUnsupportedVersion        22421
  1340. This implementation of UDF does not support the version of UDF present on the media.
  1341.  
  1342. keUdfIllegalPhysicalSector        22422
  1343. Illegal physical sector value passed to LbaFmPhys.
  1344.  
  1345. keCdUdfMediaMounted        22450
  1346. The media has already been mounted.
  1347.  
  1348. keCdUdfInvalidBlockSize        22451
  1349. The block size for CDUDF must be 2048.
  1350.  
  1351. keCdUdfInvalidNumberOfPartitions        22452
  1352. This media has an invalid number of partitions.
  1353.  
  1354. keUdfInvalidPartitionMapType        22453
  1355. Partition map type is invalid for this media.
  1356.  
  1357. keCdUdfInvalidPartitionAccess        22454
  1358. All partitions on a CDUDF disc must be Write Once Access.
  1359.  
  1360. keCdUdfIcbNotKeptInCache        22455
  1361. The ICB for the item being migrated should be in cache and marked for keep.
  1362.  
  1363. keCdUdfNotEnoughDiskSpaceForCache        22456
  1364. Not enough room the host hard disk to create or grow the cache.
  1365.  
  1366. keCdUdfFailedToAlterCacheSize        22457
  1367. A failure occurred while growing or shrinking the cache.
  1368.  
  1369. keCdudfEntryNotInCache        22458
  1370. Entry not in cache
  1371.  
  1372. keCdUdfCacheFull        22459
  1373. Cache is full
  1374.  
  1375. keCdUdfFatalWritingError        22460
  1376. A fatal error has occurred while writing to the media.
  1377. The writing device may have stopped responding. The media will 
  1378. need to be recovered.
  1379.  
  1380. kerrGetNextWritePosn        22461
  1381. An error occurred while scanning for the next recordable sector
  1382. on the media. This can be cause either by bad media or hardware problems.
  1383.  
  1384. keDVDNotFormatted        22462
  1385. DVD Ram media not formatted 
  1386.  
  1387. keDVDMediaFormatted        22463
  1388. DVD Ram media is already formatted 
  1389.  
  1390. keDVDRamMediaMounted        22464
  1391. The media has already been mounted
  1392.  
  1393. kePartionNotInitialized        22465
  1394. Partion not initialized
  1395.  
  1396. kePartAlreadyInitalized        22466
  1397. Partition already initialized
  1398.  
  1399. keNoMoreFreeSecs        22467
  1400. The are not enough free sectors to satisfy the request
  1401.  
  1402. keDvdRamUdfInvalidPartitionAccess        22468
  1403. All partitions on a DVD Ram disc must be over write.
  1404.  
  1405. keUnableToAllocateFreeSpace        22469
  1406. Allocation for secs from the freespace pool failed
  1407.  
  1408. keCdUdfInvalidPartitionMapNumber        22470
  1409. The partition map number is invalid.
  1410.  
  1411. keUdfMissingVolumeDesc        22471
  1412. A necessary volume descriptor was not found in the volume descriptor sequence.
  1413.  
  1414. keUdfMissingPartitionDesc        22472
  1415. A partition map did not have a matching partition descriptor.
  1416.  
  1417. kePacketPrecedesPartition        22473
  1418. The indicated packet is located before the partition start sector.
  1419.  
  1420. kefsEofOk        22474
  1421. Read was done while positioned after EOF.
  1422.  
  1423. kecdrwUnexpectedCPartMaps        22475
  1424. Disc does not have the expected single partition.
  1425.  
  1426. kecdrwNotSparablePartition        22476
  1427. Partition is not marked Sparable.
  1428.  
  1429. kecdrwSparesInUse        22477
  1430. Sparing table entries are actively in use to map media defects.
  1431.  
  1432. kecdrwUnexpectedPartition        22478
  1433. Unknown or unexpected partition map type was found on the media.
  1434.  
  1435. kecdrwNoMoreNotifications        22479
  1436. No more notifications are currently pending.
  1437.  
  1438. kecdrwBadCbTable        22480
  1439. Sparing table length is excessive
  1440.  
  1441. kecdrwBadCTables        22481
  1442. Count of sparing table copies is not in range 1-4.
  1443.  
  1444. kecdrwUnreadableSparingTable        22482
  1445. Could not read any copy of sparing table.
  1446.  
  1447. kecdrwInvalidSparingTableEID        22483
  1448. Sparing table identifier not found at expected location
  1449.  
  1450. kecdrwInvalidSparingTableLength        22484
  1451. Sparing table length not valid
  1452.  
  1453. kecdrwRefusingToMountSparesInUse        22485
  1454. Driver is refusing to mount the current disc because
  1455. current disc has defects on it.  This disc cannot be used
  1456. and should not be reformatted.
  1457.  
  1458. kecdrwUnrecognizedUdfPartitionType        22486
  1459. Partition type is not Virtual and is not Sparable.  Unrecognized.
  1460.  
  1461. kecdrwCouldNotLockMedia        22487
  1462. The filesystem attempted to write at a time when the door could not
  1463. be locked.  Please reinsert the media and try again.
  1464.  
  1465. kecdrwUdfNotPartitionType2        22488
  1466. The filesystem is UDF but does not use the Partition Type 2 that is recommended for RW media.
  1467.  
  1468. keMrwMipInvalid        22489
  1469. The MIP block on the CD-MRW media has unexpected contents.  The media cannot be used.
  1470.  
  1471. keReadComparisonFailed        22490
  1472. The packet read on the media was different from the packet expected. Comparison failed.
  1473.  
  1474. keUdfRefusingToMountDvdVideo        22491
  1475. Not mounting Video disc; native UDF reader or CDFS will mount it.
  1476.  
  1477. keUdfRefusingToMountMultiSession        22492
  1478. Not mounting unsupported multi-session UDF disc; native UDF reader will mount it (Win98 and up; Win2K and up).
  1479.  
  1480. keUdfRefusingToMountNotWriteableLowLevelFormat        22493
  1481. Not mounting UDF disc with low-level format that is not writable; native UDF reader will mount it.
  1482.  
  1483. keUdfRefusingToMountPureAudio        22494
  1484. Not mounting audio-only disc.
  1485.  
  1486. keUdfRefusingToMountInReader        22495
  1487. Not mounting UDF disc in reader; native UDF reader will mount it.
  1488.  
  1489. keUdfRefusingToMountVolumeIntegrity        22496
  1490. Not mounting UDF disc because of volume integrity.
  1491.  
  1492. keUdfRefusingToMountMrwMediaInNonMRWWriter        22497
  1493. Not mounting MRW UDF disc in Non MRW Writer; native UDF reader will mount it.
  1494.  
  1495. keUdfRefusingToMountReadOnlyWithNativeReaderPresent        22498
  1496. Not mounting UDF disc read-only because native reader is present.
  1497.  
  1498. keUdfGapAllocDescNotFound        22499
  1499. Internal error - expecting allocdesc marked NotRecordedNotAllocated.
  1500.  
  1501. keUdfCannotAllocateGap        22500
  1502. Internal error writing gap descriptor.
  1503.  
  1504. keUdfFileContainsNotRecordedNotAllocatedExtent        22501
  1505. File contains an extent that is marked NotRecordedNotAllocated.  InCD does not currently support this.
  1506.  
  1507. keUdfNextExtNotFollowed        22502
  1508. Internal error: Link to Next Extent was not correctly followed.
  1509.  
  1510. keUdfInvalidSizeOfUdfStructure        22503
  1511. The size of the descriptor exceeded the UDF limitations on the lengths of this descriptor.
  1512.  
  1513. kePacketNeedsReadBeforeWrite        22504
  1514. A packet being partially updated requires reading the packet before writing it.
  1515.  
  1516. keCdUdfFileEntryNotFlushed        22505
  1517. Entry in file queue failed to flush.
  1518.  
  1519. keNoTempPathAvailable        22506
  1520. Unable to get a pathname for creating temporary files.
  1521.  
  1522. keShortCountOnDevRead        22507
  1523. Internal error:  Unexpected early EOF in ECopyStreamToVarPktLdev
  1524.  
  1525. kePacketBadNextWriteableAddress        22508
  1526. Next Writeable Address from drive does not agree with expected value.
  1527.  
  1528. keVatUnknownTrackStructure        22509
  1529. Arrangement of tracks in session is unexpected on a VAT volume.
  1530.  
  1531. keWriteOnceMediaAlreadyFormatted        22510
  1532. Write-once media is already formatted. Write-once media can only be formatted when blank.
  1533.  
  1534. keWritingUnfinishedTrackAtNonNwaSector        22511
  1535. Internal error: writing in unfinished track, but not at NWA.
  1536.  
  1537. keWritingReservedTrackAtNonStartSector        22512
  1538. Internal error: writing in Reserved Track, but not at start of track.
  1539.  
  1540. keVatCloseSessionNeedsDoorLocked        22513
  1541. Internal error: Close Session was called with drive door not locked.
  1542.  
  1543. keTooManyDefects        22514
  1544. Too many bad sectors on disk
  1545.  
  1546. keWalkMoreSuccess        22515
  1547. Successful iteration.  Continue walking.
  1548.  
  1549. keWalkDoneSuccess        22516
  1550. Successful iteration.  Stop walking.
  1551.  
  1552. keErrorReadingVatFile        22517
  1553. Unable to read VAT file
  1554.  
  1555. keVatFileTooLarge        22518
  1556. VAT file size in VAT ICB is unreasonably large. Possible data corruption or IO error.
  1557.  
  1558. keVatTooManyVats        22519
  1559. Too many VATs to practically walk in reasonable time period.  Stopping VAT walk.
  1560.  
  1561. keCannotWalkBackTruncatedUdf150Vat        22520
  1562. For UDF 1.50, VAT file truncation prevents walking back VAT chain. Cannot repair disc.
  1563.  
  1564. keVatFileFoundTruncated        22521
  1565. VAT file was found to be partially truncated.
  1566.  
  1567. keVFRFsInvalidTmpVmgiAncp        22600
  1568. Information in structure TMP_VMGI_ANCP stored on media is not valid.
  1569.  
  1570. keVFRFsInvalidTmpVmgi        22601
  1571. Information in structure TMP_VMGI stored on media is not valid.
  1572.  
  1573. keVFRFsInvalidTmpSbm        22602
  1574. Information in structure TMP_SBM stored on media is not valid.
  1575.  
  1576. keVFRFsInvalidTmpExti        22603
  1577. Information in structure TMP_EXTI stored on media is not valid.
  1578.  
  1579. keVFRFsNotMounted        22604
  1580. VFR File system was not mounted.
  1581.  
  1582. keDashVRFsInvalidVmgi        22605
  1583. Information in structure VMGI stored on media is not valid.
  1584.  
  1585. keDashVRFsNotMounted        22606
  1586. -VR File system was not mounted.
  1587.  
  1588. keScdFsStartThread        24000
  1589. File system service failed to start a request thread
  1590.  
  1591. keCannotOpenFS        24001
  1592. File system service failed to open a file system
  1593.  
  1594. keFSIoctlError        24002
  1595. File system service/driver I/O Ctl failure
  1596.  
  1597. keFSVerifyReqd        24003
  1598. File system verification required. Remount file system.
  1599.  
  1600. keFSBufferOverflow        24004
  1601. File System buffer overflow while transfering data.
  1602.  
  1603. keFsengErrInstallDir        24005
  1604. Incomplete or corrupted installation - Please reinstall.
  1605.  
  1606. keFsengErrStartFsMgr        24006
  1607. Fatal error - could not start file system manager.
  1608.  
  1609. keIpcsrvErrStartServer        24007
  1610. Fatal error - Could not start IPC server
  1611.  
  1612. keIpcsrvErrStopServer        24008
  1613. Fatal error - Could not stop IPC server, system may hang...
  1614.  
  1615. keKfssrvErrStartThrdMgr        24009
  1616. Fatal error - Could not start thread manager for kernel requests.
  1617.  
  1618. keKfssrvErrTimerAddVolume        24010
  1619. Could not schedule MacFile Volume Add process.  Mac support not available.
  1620.  
  1621. keKfssrvErrProcessAddVolume        24011
  1622. Could not create MacFile service Volume Add process.  Mac support not available.
  1623.  
  1624. keKfssrvErrStartThread        24012
  1625. Could not start a thread to process a request.
  1626.  
  1627. keKfssrvNotifySFMFound        24013
  1628. Note: MacFile service located - its requests now at low priority
  1629.  
  1630. keKfssrvNotifySFMNormal        24014
  1631. Note: MacFile requests now at normal priority
  1632.  
  1633.